Skip to content

build(deps): bump dev.langchain4j:langchain4j-community-bom from 1.11.0-beta19 to 1.12.1-beta21#15015

Merged
loicmathieu merged 1 commit intodevelopfrom
dependabot/gradle/dev.langchain4j-langchain4j-community-bom-1.12.1-beta21
Mar 11, 2026
Merged

build(deps): bump dev.langchain4j:langchain4j-community-bom from 1.11.0-beta19 to 1.12.1-beta21#15015
loicmathieu merged 1 commit intodevelopfrom
dependabot/gradle/dev.langchain4j-langchain4j-community-bom-1.12.1-beta21

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps dev.langchain4j:langchain4j-community-bom from 1.11.0-beta19 to 1.12.1-beta21.

Release notes

Sourced from dev.langchain4j:langchain4j-community-bom's releases.

1.12.1-beta21

New Modules

Other Changes

Dependency Upgrade

  • Update org.neo4j.driver:neo4j-java-driver to v6.0.3
  • Update neo4j.cypher.dsl.version to v2025.2.4
  • Update software.amazon.awssdk:bom to v2.42.0
  • Update com.google.cloud.sql:jdbc-socket-factory-core to v1.28.1
  • Update com.google.cloud:alloydb-jdbc-connector to v1.2.10
  • Update com.google.cloud.sql:postgres-socket-factory to v1.28.1
  • Update org.postgresql:postgresql to v42.7.10

New Contributors

Full Changelog: langchain4j/langchain4j-community@1.11.0-beta19...1.12.1-beta21

Commits
  • 27b334b Release 1.12.1-beta11
  • b2bcf9e fix(deps): update neo4j.cypher.dsl.version to v2025.2.4 (#580)
  • 6c44524 fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v6.0.3 (#578)
  • e308172 fix(router): ChatModelWrapper NPE bug (#583)
  • d73b4a9 Playwright: fix IT
  • f0ca997 New ModelRouter module (#569)
  • 7fc3bde fix(deps): update dependency com.google.cloud.sql:postgres-socket-factory to ...
  • 229fb16 fix(deps): update dependency com.google.cloud:alloydb-jdbc-connector to v1.2....
  • a7c86e5 fix(deps): update dependency com.google.cloud.sql:jdbc-socket-factory-core to...
  • 39f41da fix(deps): update dependency software.amazon.awssdk:bom to v2.42.0 (#553)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed labels Mar 11, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 11, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

Tests report quick summary:

failed ❌ > tests: 4070, success: 4055, skipped: 14, failed: 1

Project Status Success Skipped Failed
cli success ✅ 80 0 0
core success ✅ 2010 1 0
executor success ✅ 4 0 0
jdbc success ✅ 11 0 0
jdbc-h2 failed ❌ 474 0 1
jdbc-mysql success ✅ 478 0 0
jdbc-postgres success ✅ 478 0 0
processor success ✅ 7 0 0
runner-memory success ✅ 1 0 0
scheduler success ✅ 24 0 0
script success ✅ 12 0 0
storage-local success ✅ 64 0 0
webserver success ✅ 421 0 0
worker success ✅ 4 0 0

Failed tests:

jdbc-h2 > io.kestra.runner.h2.H2RunnerConcurrencyTest > flowConcurrencyScheduled() failed ❌ in 2.582
org.opentest4j.AssertionFailedError: &#10;expected: QUEUED&#10; but was: RUNNING

org.opentest4j.AssertionFailedError: 
expected: QUEUED
 but was: RUNNING
	at io.kestra.jdbc.runner.JdbcConcurrencyRunnerTest.flowConcurrencyScheduled(JdbcConcurrencyRunnerTest.java:84)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)

@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report4070 ran4055 ✅14 ⚠️1 ❌43m 10s 765ms
TestResultTime ⏱
Java Tests Report
H2RunnerConcurrencyTest.flowConcurrencyScheduled()❌ failure2s 582ms

@dependabot dependabot bot force-pushed the dependabot/gradle/dev.langchain4j-langchain4j-community-bom-1.12.1-beta21 branch 2 times, most recently from bf4dab3 to efc5f13 Compare March 11, 2026 09:25
Bumps [dev.langchain4j:langchain4j-community-bom](https://github.com/langchain4j/langchain4j-community) from 1.11.0-beta19 to 1.12.1-beta21.
- [Release notes](https://github.com/langchain4j/langchain4j-community/releases)
- [Commits](langchain4j/langchain4j-community@1.11.0-beta19...1.12.1-beta21)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-community-bom
  dependency-version: 1.12.1-beta21
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev.langchain4j-langchain4j-community-bom-1.12.1-beta21 branch from efc5f13 to 5ab180d Compare March 11, 2026 09:41
@loicmathieu loicmathieu merged commit 0551e2e into develop Mar 11, 2026
6 of 9 checks passed
@loicmathieu loicmathieu deleted the dependabot/gradle/dev.langchain4j-langchain4j-community-bom-1.12.1-beta21 branch March 11, 2026 09:45
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant